 <style type="text/css">
/* ======= Base ======= */

a {
  color: #000000;

}
/*margen y color*/
a.btn-cta-secondary,
.btn-cta-secondary {
  background: none;
  border: 2px solid #000000;
  color: #000000;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #b21d1d;
  border: 2px solid #b21d1d;
  color: #000000;
}
a.btn-ghost,
.btn-ghost {
  background: none;
  border: 1px solid #fff;
  color: #fff !important;
  padding: 8px 20px;
  vertical-align: middle;
}
a.btn-ghost:hover,
.btn-ghost:hover {
  background: #4a6781;
  border: 1px solid #4a6781;
  color: #fff;
}
a.btn-ghost .fa,
.btn-ghost .fa {
  margin-right: 10px;
  font-size: 22px;
}
a.btn-ghost .text,
.btn-ghost .text {
  position: relative;
  top: -2px;
}



</style>